Uninstalling the server

You can uninstall HCL Accelerate by stopping the server and removing the product containers.

About this task

Data is not affected when removing the containers as long as your volume is persistent. Uninstalling the product is necessary when you have a new version of the product images that you want to install.

Remove the product using the appropriate command listed below.
  • For Docker Compose:
    
         docker-compose stop
         docker-compose rm
  • For Kubernetes 2.x or earlier:
    
         helm list
         helm delete uc-velocity --purge